home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
DELPHI32
/
GRAPHICS
/
IMGLIB95
/
IMGLIB95.ZIP
/
IMAGELIB.TX_
/
IMAGELIB.TX
Wrap
Text File
|
1996-04-01
|
13KB
|
384 lines
Introducing ImageLib 95 (32 bit)
ImageLib is a professional software development tool that allows
a programmer to implement BMP, CMS, GIF, ICO, JPG, PCX, PNG, SCM,
TIF, and WMF images into his/her applications. In addition AVI,
MOV, MID, WAV, and RMI multimedia formats are supported. These
image and multimedia formats can be implemented to/from a file or
database BLOB field. This Twain compliant version of ImageLib is
a 16-Bit VCL/DLL for use with Delphi. Included in this package
are fifteen Delphi components, a Dynamic Link Library (DLL), VCL
source code for the components, programming examples, electronic
help files, and software documentation.
Other image and multimedia development tools are far more expensive
than ImageLib. When users compare ImageLib's color resolution with
other imaging tools, they find that ImageLib yields superior results.
We proudly invite you to compare our product to our competitions
more expensive image libraries.
SkyLine Tools stands behind its product with its highly responsive
technical support. If you have a problem that cannot be answered
from this manual, drop us an e-mail and ask for assistance. Customers
have expressed delight in our prompt useful support.
International developers are able to display strings in the DLL as
a resource file, thereby enabling translation into foreign languages.
ImageLib has enhanced TImage and TDBImage VCL/DLL with the following
added features:
* Corrected Palette and Stretching of the Image Canvas
(Work Around for Delphi Color Palate Limitations);
* Reading and writing of BMP, CMS, GIF, JPG, PCX, PNG, SCM,
and TIF images to/from a file or a TBlobField ;
* Color Reduction with Dithering for BMP, GIF, JPG, PCX, PNG,
and TIF Images (Dithering for 4 and 8 Bit Indexed Color Output);
* BMP 1, 4, 8 and 24 Bit Support;
* GIF 4 and 8 Bit Support;
* GIF 4 and 8 Bit Read Interlaced Support;
* JPG 0 to 100% Save Quality;
* JPG 0 to 100% Smoothing;
* JPG 24 Bit Color and 8 Bit Gray Scale Support;
* PCX 1, 4, 8 and 24 bit Support;
* PNG 1, 2, 4, 8, 24 and 32 Bit Support;
* PNG 1, 2, 4, 8, 24, and 32 Bit Interlaced Support;
* TIF (Baseline) 1, 4, 8, and 24 Bit Support;
* TIF Compression - CCIT, LZW, and PACKBITS ;
* Twain Support;
* Capture Image from Video ;
* Reading and Writing of Horizontal Credit Messages (CMS) and
Vertical Scrolling Messages (SCM) to/from a file or a TBlobField ;
* Reading and Writing of AVI, MOV, WAV, RMI and MIDimages to/from
a file or a TBlobField ;
* Reading of ICO and WMF Images to/from a File (Delphi inherited);
* CUT, COPY and PASTE to/from the Clipboard ;
* Full Print Support with One Line Code Implementation;
* Internal Scrolling and Credit Message Editor;
* DLL Callback Function (shows progress bar and processes messages);
* No Code (VCL) to Display Image Formats from a TBlobField ;
* Loading/Saving all TBlobField Images to/from File ;
* Conversion of all TBlobField images to BMP/GIF/JPG/PCX/PNG/TIF File ;
* Images Pasted from the Clipboard can be stored as a BMP/GIF/JPG/PCX/
PNG/TIF file or TBlobField;
* Open and Save Dialog Boxes with Thumbnail for Previewing Video,
Images, and Sound;
* Enhanced Image Manipulation, Including Zoom, Flip, and Mirror Tools;
* Optional Toolbars for Rapid Application Development;
* Powerful Text Features that allow Text Over Image and Text Rotation;
* Many Useable Code Examples including VCLs; and
* Foreign Error Strings Support. DLL strings are stored in the
DLL Resource;
* Thumbnail Manager.
+ Should you have a need to make calls directly to the DLL, we
listed all the pascal interface calls in DLL95V1.PAS.
ImageLib3.1 includes fifteen Delphi components. These incredible
components are summarized below.
1. TDBIconComboBox
TDBIconComboBox provides a means of listing and displaying icons
from a BLOB field. TDBIconComboBox is a component derived from
TComboBox and has several of the same functions and properties.
2. TDBIconEditor
TDBIconEditor provides a means of editing icons from a BLOB field.
3. TDBIconListBox
TDBIconListBox provides a means of listing and displaying icons
from a BLOB field. TDBIconListBox is a component derived from
the Delphi tListBox and has several of the same functions and
properties.
4. TMImageToolBar
TMImageToolBar is a toolbar for use with TPMultiImage. This
toolbar can be used on images during design time, (limited)
and run time to acquire, copy, cut, flip, paste, print, open,
reset, rotate, save, stretch, and zoom images. In addition,
this toolbar includes a scrolling message editor, credit message
editor, and an ImageLib palette corrector.
5. TMIMediaPlayer
TMIMediaPlayer is a component derived from the Delphi MediaPlayer
and has all the same functions and properties. When using
the TMIMediaPlayer it is not necessary to assign anything
to the TMIMediaPlayer directly, TPMultiMedia will take care of
it. TPMultiMedia will automatically enable/disable the playback of:
AVI: If video for windows isn't installed;
MOV: If quicktime for windows isn't installed;
WAV: If no sound support is installed;
RMI: If no midi playback drivers are installed;
MID: If no midi playback drivers are installed;
Thus your program will not crash if no sound card is installed or
Video for Windows is not present.
6. TMMOpenDialog
TMMOpenDialog is ImageLib's version of a typical dialog box
used to open files. Our dialog box plays and displays a
thumbnail preview of the image to be opened. TMMOpenDialog can
be used with TPMultiImage, TPMultiMedia, TPDBMultiImage, and
TPDBMultiMedia.
7. TMMSaveDialog
ImageLib's version of a typical dialog box used to save files.
Our dialog box plays and displays a thumbnail preview of the
image to be saved. TMMSaveDialog can be used with TPMultiImage,
TPMultiMedia, TPDBMultiImage, and TPDBMultiMedia.
8. TMultiMediaToolBar
TMultiMediaToolBar is a toolbar for use with TPMultiMedia.
This toolbar can be used on images during design time (Limited)
and run time to play multimedia, acquire, open, save, print, cut,
copy, paste, zoom, rotate, flip, reset, and stretch images from
a file. In addition, this toolbar includes a scrolling message
editor, credit message editor, and an ImageLib palette.
9. TPDBMediaPlayer
TPDBMediaPlayer is a component derived from the Delphi MediaPlayer
and has all the same functions and properties. When using the
TPDBMediaPlayer it is not necessary to assign anything to
TPDBMediaPlayer directly, TPDBMultiMedia will take care of it.
TPDBMultiMedia will automatically enable/disable the playback of:
AVI: If video for windows isn't installed;
MOV: If quicktime for windows isn't installed;
WAV: If no sound support is installed;
RMI: If no midi playback drivers are installed;
MID: If no midi playback drivers are installed;
Thus your program will not crash if no sound card is installed or
Video for Windows is not present.
10. TPDBMImageToolBar
TPDBMMImageToolBar is a toolbar for use with TPDBMultiImage.
This toolbar can be used on images during design time (Limited) and
run time to acquire, copy, cut, flip, paste, print, open, reset,
rotate, save, stretch, and zoom images from a BLOB field. In
addition, this toolbar includes a scrolling message editor, credit
message editor, and an ImageLib palette corrector.
11. TPDBMMediaToolBar
TPDBMMediaToolBar is a toolbar for use with TPDBMultiMedia. This
toolbar can be used on images during design time (Limited) and
run time to play multimedia, acquire, copy, cut, flip, paste,
print, open, reset, rotate, save, stretch, and zoom images from
a BLOB field. In addition, this toolbar includes a scrolling
message editor, credit message editor, and an ImageLib palette
corrector.
12. TPDBMultiImage
TPDBMultiImage displays and stores BMP, CMS, GIF, ICO, JPG, PCX,
PNG, SCM, TIF and WMF (ICO and WMF are read only) to/from a
TBlobField. TPDBMultiImage is the data-aware VCL version of
TPMultiImage.
13. TPDBMultiMedia
TPDBMultiMedia has all the same properties and functions as
TPDBMultiImage. However, in addition to the storing and
displaying of BMP, CMS, GIF, ICO, JPG, PCX, PNG, SCM, TIF,
and WMF (ICO and WMF are read only) from a TBlobField, it
also stores and plays AVI, MOV, MID, WAV and RMI multimedia
BLOBs. TPDBMediaPlayer is derived from Delphi's MediaPlayer
and has the same functions and properties. When using the
TPDBMediaPlayer you do not need to assign anything to
TPDBMediaPlayer directly, TPDBMultiMedia will take care of it.
TPDBMultiMedia will automatically enable/disable the playback of:
AVI: If video for windows isn't installed;
MOV: If quicktime for windows isn't installed;
WAV: If no sound support is installed;
RMI: If no midi playback drivers are installed;
MID: If no midi playback drivers are installed.
Thus your program will not crash if no sound card is installed
or Video for Windows is not present.
14. TPMultiImage
TPMultiImage displays and stores BMP, CMS, GIF, ICO, JPG, PCX,
PNG, SCM, and WMF (ICO and WMF are read only) to/from a file.
TPMultiImage is a data-aware VCL.
15. TPMultiMedia
TPMultiMedia has all the same properties and functions as
TPMultiImage. However, in addition to the storing and
displaying of BMP, CMS, GIF, ICO, JPEG, PCX, PNG, SCM, TIFF,
and WMF (ICO and WMF are read only) from a file;
TPMultiMedia also stores and plays AVI, MOV, MID, WAV,
and RMI multimedia files. When using the TMIMediaPlayer,
it is not necessary to assign anything to the TMIMediaPlayer
directly, TPMultiMedia will take care of it. TPMultiMedia will
automatically enable/disable the playback of:
AVI: If video for windows isn't installed;
MOV: If quicktime for windows isn't installed;
WAV: If no sound support is installed;
RMI: If no midi playback drivers are installed;
MID: If no midi playback drivers are installed;
Thus your program will not crash if no sound card is
installed or Video for Windows is not present.
16. A very extensive Thumbnail Preview Manager.
National and International Distributors of ImageLib
===============================================
USA AND INTERNATIONAL:
SkyLine Tools
A Creative Development LTD. Company
11956 Riverside Drive 206
North Hollywood CA 91607
To Order Call (800) 404 3832
Phone (818) 766-3900
Fax (818) 766-9027
========================================
USA:
ZAC Catalogs
Zachary Software Inc.
Product #: 4260-01325
106 Access Road
Norwood MA 02062
Phone (800) GO DELPHI
Phone (617) 551-0860
FAX (617) 551-0857
CompuServe 74762,3663
========================================
USA:
Break Through Technologies, Inc.
319 East Watkins Rd
Phoenix AZ 85004
Phone (800) 813-7909
Fax (602) 258-2805
========================================
Denmark
DANBIT A/S
Vaerkstedsvej 39-41
Koge
DK-4600 Denmark
FAX 45 5663 2076
========================================
Germany, Austria and Switzerland:
K&R Software
Darshovener Strasse 7
D-50181 Bedburg
Germany
Phone +49 - (0)2272-2887
Phone +49 - (0)2272-901966
Fax +49 - (0)2272-901585
CompuServe: 74777,3414
CompuServe Forum: GO KRSOFT
========================================
Great Britain
QBS Software Ltd.
11 Barley Mow Passage
Chiswick, London W4 4PH
England
Phone +44 (0)181-956-8000
Fax +44 (0)181-956-8010
BBS +44 (0)181-956-8011
Internet: Info@qbss.co.uk
========================================
Great Britain
Grey Matter Ltd
Prigg Meadow,
Ashburton, Devon TQ13 7DF
Phone +44 (0)1364 654100
Fax +44 (0)1364 654200
Internet: maildesk@greymatter.co.uk
========================================
Spain
DanySoft Internacional
Paseo de Albacete, 73
28700 San Sebastian de los Reyes
Madrid Spain
Phone +34 1 654 6298 or 1 651 7040
Fax +34 1 654 6382
CompuServe 71774,1614
Internet danysoft@stnet.es
========================================
Sweden
DATABITEN AB
Box 115
S81122 SandViken
Sweden
Phone +46 (0)26-256 493
Fax +46 (0)26-253 641
CompuServe 100066,2606
========================================
Sweden
LinSoft AB
Box 634
S58107 Linkoping
Sweden
Phone +46 (0)13-31 15 88
Fax +46 (0)13-31 56 59
========================================
Tawain
Photin Enterprises Corp.
FL 8-1, No 174, Fu Hsin Rd
Taipei, Taiwan, R.O.C.
Phone +886 (0) 2 545 5216
Fax +886 (0) 2 514 0377
Service@Delphi.Com.tw
========================================
More national and international distributors will be added soon.
Send an e-mail describing your company if you want to become
an ImageLib distributor.